home *** CD-ROM | disk | FTP | other *** search
/ PC World 2008 April / PCWorld_2008-04_cd.bin / zabezpeceni / spywareblaster / spywareblastersetup40.exe / {app} / sbautoupdate.exe / 1033 / MANIFEST / 1
Extensible Markup Language  |  2008-02-28  |  720b  |  18 lines

  1. <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
  2. <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
  3.     <assemblyIdentity 
  4.         version="1.0.0.0" 
  5.         processorArchitecture="X86" 
  6.         name="SpywareBlaster AutoUpdate" 
  7.         type="win32" />
  8.     <description>Prevent the installation of spyware and other potentially unwanted software</description>
  9.     <!-- Identify the application security requirements. -->
  10.     <trustInfo xmlns="urn:schemas-microsoft-com:asm.v2"> 
  11.       <security>
  12.         <requestedPrivileges>
  13.           <requestedExecutionLevel
  14.             level="asInvoker"/>
  15.         </requestedPrivileges>
  16.       </security>
  17.     </trustInfo>
  18. </assembly>